home *** CD-ROM | disk | FTP | other *** search
- Imports System.Reflection
- Imports System.Runtime.InteropServices
-
- ' General Information about an assembly is controlled through the following
- ' set of attributes. Change these attribute values to modify the information
- ' associated with an assembly.
-
- ' Review the values of the assembly attributes
- <Assembly: AssemblyTitle("")>
- <Assembly: AssemblyDescription("")>
- <Assembly: AssemblyCompany("")>
- <Assembly: AssemblyProduct("")>
- <Assembly: AssemblyCopyright("")>
- <Assembly: AssemblyTrademark("")>
- <Assembly: CLSCompliant(True)>
-
- ' assign True to this constant to generate a partially-signed assembly
- #Const GENERATE_PARTIALLY_SIGNED_ASSEMBLY = False
-
- #If GENERATE_PARTIALLY_SIGNED_ASSEMBLY = False Then
- ' this attribute generates an assembly with strong name
- <Assembly: AssemblyKeyFile("KeyFile.snk")>
-
- #Else
-
- ' these attributes generate a partially-signed assembly
- <Assembly: AssemblyKeyFile("KeyFile.sn$")>
- <Assembly: AssemblyDelaySign(True)>
- #End If
-
- 'The following GUID is for the ID of the typelib if this project is exposed to COM
- <Assembly: Guid("2698BCFE-2416-460D-8DB1-90E076F32494")>
-
- ' Version information for an assembly consists of the following four values:
- <Assembly: AssemblyVersion("1.1.0.0")>
- <Assembly: AssemblyCulture("")>
-
-
-